@@ -0,0 +1,18 @@  | 
            ||
| 1 | 
                +# Generated by Django 3.2.16 on 2022-11-10 13:04  | 
            |
| 2 | 
                +  | 
            |
| 3 | 
                +from django.db import migrations, models  | 
            |
| 4 | 
                +  | 
            |
| 5 | 
                +  | 
            |
| 6 | 
                +class Migration(migrations.Migration):  | 
            |
| 7 | 
                +  | 
            |
| 8 | 
                + dependencies = [  | 
            |
| 9 | 
                +        ('account', '0057_auto_20221105_2316'),
               | 
            |
| 10 | 
                + ]  | 
            |
| 11 | 
                +  | 
            |
| 12 | 
                + operations = [  | 
            |
| 13 | 
                + migrations.AddField(  | 
            |
| 14 | 
                + model_name='userinfo',  | 
            |
| 15 | 
                + name='tenancy_shot_permission',  | 
            |
| 16 | 
                + field=models.BooleanField(default=False, help_text='租用镜头权限', verbose_name='tenancy_shot_permission'),  | 
            |
| 17 | 
                + ),  | 
            |
| 18 | 
                + ]  |